[SCORM 2004] the cmi.total_time parameter does not return anything.
Posted
by Nephila
on Stack Overflow
See other posts from Stack Overflow
or by Nephila
Published on 2010-06-07T15:34:21Z
Indexed on
2010/06/08
12:22 UTC
Read the original article
Hit count: 294
I am programming a SCORM 2004 product.
I can update the session_time, it works.
I can set the status (passed, failed, etc...)
I also can get the cmi.location time. No problems!
But I don't succeed atingt get the total time (cmi.total_time).
I have tested on 2 LMS:
- On Ganesha the
API.GetValue('cmi.total_time')is an empty string. - On Moodle the
API.GetValue('cmi.total_time')is just a "P".
I do have the correct logs with correct session times.
EDIT.
I also try on cloud.scorm.com and cmi.total_time returns each time PT0H0M0S.
© Stack Overflow or respective owner